table.intro {
	font-size: 14px;
	line-height:24px;
	width: 100%;
	max-width: 780px !important;
	}
table.intro2 {
	width: 100%;
	max-width: 350px;
	}
table.intro2 td {
	padding: 0px 10px 10px 10px;
}

table.square,
table.intro{
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table.square {
	border-spacing: 10px 10px;
	padding-left: 20px;
	}
td.link {
	background-color: white;
	vertical-align: top;
	border: 1px dashed #47b475;
	}
td.link a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-style: none;
	color: black;
	border: 0px;
	}
td.link:hover {
	background-color: #47b475;
	color:white !important;
	}
td.link:hover h3,
td.link:hover td{
	color:white !important;
	}
td.top {
	padding-top: 20px;
	}
td.top2 {
	padding: 0px 20px 20px 20px;
	max-width: 100%;
	}
td.child2 {
	text-align: left;
	}
table.install {
	margin-top: 10px;
}
table.install img {
	padding-top: 20px;
}
table.install td {
	padding-left: 10px;
}
h3, p { 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	}
.hover {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	display: inline;
	}
.code {
	background-color: #47b475;
	border: 1px dashed #999;
	color: white;
	padding: 10px;
	margin-top: 5px;
	max-width: 100%;
}
.top2 textarea{
	width: 100% !important;
}
.top2 input[type=submit]:hover{
	background-color:white;
	color:#47b475;
}
td.link *,
td.link,
.top2 textarea,
.top2 input{
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
}
.top2 input[type=submit]{
    border: 2px solid #47b475;
    padding: 0 26px;
    height: 50px;
    min-width: 150px;
    line-height: 46px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    background-color: #47b475;
    color:white;
    text-align: center;
    cursor:pointer;
    margin-right: 8px;
    margin-bottom: 24px;
}
@media all and (max-width:767px){
	table.square{width:auto;margin:0 auto;padding:0px;}
	td.link{width:100%;display:block;}
}